home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON01 / ACT01B / L01B4.DIR / Internal_30.ls < prev    next >
Encoding:
Text File  |  2003-06-26  |  243 b   |  10 lines

  1. on mouseUp
  2.   global gUI
  3.   mem = the member of sprite 120
  4.   name = item 1 of the name of member mem
  5.   basicNameAnim(gUI, name, 120, 6)
  6.   thePath = the moviePath
  7.   put "A" into char length(thePath) - 1 of thePath
  8.   go(1, thePath & "L01A1A")
  9. end
  10.